.mat-form-field {
    width: 100% !important;
}

.logo-width {
    width: 150px;
}

.con-Top {
    padding-top: 5%;
}

.con-Top1 {
    padding-top: 10%;
}

.num-fnt {
    font-size: 1rem;
}

@media only screen and (max-device-width: 480px) {
    .con-Top {
        padding-top: 19%;
    }
    .con-Top1 {
        padding-top: 25%;
    }
    .logo-width {
        width: 75px;
    }
    .num-fnt {
        font-size: 0.9rem !important;
    }
}
@media screen and (max-width: 600px) {
    /* table {
      border: 0;
    }
  
    table caption {
      font-size: 1.3em;
    }
  
    table thead {
        display: block;
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
  
    table tr {
      display: block;
      margin-bottom: .625em;
      border-bottom: 2px solid #ddd;
    }
    
    table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }
  
    table td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
  
    table td:last-child {
      border-bottom: 1px solid #ddd;
    } */
  }
.mat-dialog-container {
    overflow: unset !important;
    position: relative;
}

.mat-icon-button.close-button {
    position: absolute !important;
    z-index: 55555 !important;
    background: #414f6c !important;
}

.close-button .close-icon {
    color: #fff !important;
}

.mat-dialog-content {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    max-height: auto !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
.pointer{
    cursor: pointer;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .mat-tab-group-dynamic-height .mat-tab-body-content {
    overflow-x: scroll !important;
}